From: Daniel Boles Date: Thu, 14 Sep 2017 20:19:33 +0000 (+0100) Subject: Expander: Annotate new()’s label arg as nullable X-Git-Tag: archive/raspbian/3.24.39-1+rpi1~1^2~65^2~39^2~170 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b68892b5bee75ee5cd9e595f76f789f316644f67;p=gtk%2B3.0.git Expander: Annotate new()’s label arg as nullable to match new_with_mnemonic() --- diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c index bc6b90e425..1eee8db992 100644 --- a/gtk/gtkexpander.c +++ b/gtk/gtkexpander.c @@ -1215,7 +1215,7 @@ gtk_expander_get_preferred_height_for_width (GtkWidget *widget, /** * gtk_expander_new: - * @label: the text of the label + * @label: (nullable): the text of the label * * Creates a new expander using @label as the text of the label. *